From 810263a19c30a7efb5cb795986f3e1424edc3c1b Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Thu, 18 Aug 2016 14:01:51 +0300 Subject: [PATCH] Add .kateconfig with modelines for Kate Directly follows GIMP HACKING Hackordnung: - 2 characters indentation level - no tabs. TAB should not put TAB characters in the file. - tab stops at 8 column intervals. --- .kateconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .kateconfig diff --git a/.kateconfig b/.kateconfig new file mode 100644 index 0000000..e4b8336 --- /dev/null +++ b/.kateconfig @@ -0,0 +1,4 @@ +kate: indent-mode cstyle; +kate: indent-width 2; tab-width 8; +kate: tab-indents off; replace-tabs on; +kate: remove-trailing-spaces modified; -- 2.30.2